home *** CD-ROM | disk | FTP | other *** search
/ ftp.cs.arizona.edu / ftp.cs.arizona.edu.tar / ftp.cs.arizona.edu / icon / newsgrp / group98a.txt / 000115_icon-group-sender _Tue Mar 10 11:08:03 1998.msg < prev    next >
Internet Message Format  |  2000-09-20  |  3KB

  1. Return-Path: <icon-group-sender>
  2. Received: from kingfisher.CS.Arizona.EDU (kingfisher.CS.Arizona.EDU [192.12.69.239])
  3.     by baskerville.CS.Arizona.EDU (8.8.7/8.8.7) with SMTP id LAA25002
  4.     for <icon-group-addresses@baskerville.CS.Arizona.EDU>; Tue, 10 Mar 1998 11:08:03 -0700 (MST)
  5. Received: by kingfisher.CS.Arizona.EDU (5.65v4.0/1.1.8.2/08Nov94-0446PM)
  6.     id AA11052; Tue, 10 Mar 1998 11:08:02 -0700
  7. Posted-Date: Tue, 10 Mar 1998 09:53:16 -0600 (CST)
  8. Date: Tue, 10 Mar 1998 09:53:16 -0600 (CST)
  9. From: Chris Tenaglia <cdt@post.its.mcw.edu>
  10. To: Mark Evans <evans@gte.net>
  11. Cc: jeffery@cs.utsa.edu, icon-group@optima.CS.Arizona.EDU,
  12.         Ramon Pereda <rpereda@ringer.cs.utsa.edu>
  13. Subject: Re: Stand-alone executables
  14. In-Reply-To: <3504D0C8.14B2@gte.net>
  15. Message-Id: <Pine.SOL.3.96.980310094914.5643E-100000@post.its.mcw.edu>
  16. Mime-Version: 1.0
  17. Content-Type: TEXT/PLAIN; charset=US-ASCII
  18. Errors-To: icon-group-errors@optima.CS.Arizona.EDU
  19. Status: RO
  20. Content-Length: 1574
  21.  
  22. Isn't this kind of like Visual Basic requiring VBRUN???/DLL
  23. somewhere on the path? The runtime libraries help keep the
  24. executables small.
  25.  
  26. Chris Tenaglia   (system manager)     |  The future foretold,
  27. Medical College of Wisconsin          |  The past explained,
  28. 8701 W. Watertown Plank Rd.           |  The present largely appologized for.
  29. Milwaukee, WI 53226   (414)456-8765   |  Organon to the Doctor
  30.  
  31.  
  32. On Mon, 9 Mar 1998, Mark Evans wrote:
  33.  
  34. > Date: Mon, 09 Mar 1998 23:34:00 -0600
  35. > From: Mark Evans <evans@gte.net>
  36. > To: jeffery@cs.utsa.edu
  37. > Cc: icon-group@optima.CS.Arizona.EDU, evans@gte.net,
  38. >     Ramon Pereda <rpereda@ringer.cs.utsa.edu>
  39. > Subject: Re: Stand-alone executables
  40. > I just tried to show off my new VIB Icon program, and it bombed.  The
  41. > trouble has something to do with the method of bundling the code as a
  42. > stand-alone executable.  The bundling seems to create a dependance on
  43. > one or more hardwired file names.
  44. > To reproduce the bug:
  45. > Build an Icon VIB program as a stand-alone .exe.  Note the drive letter
  46. > of the hard drive on which it was built.
  47. > Now, take the .exe file to another Windows PC that does not have any
  48. > Icon installation.  Copy it to a hard drive on the second PC with a
  49. > *different* drive letter than the original build.  Run the copied .exe
  50. > on the second machine, and...
  51. > Crash into the console.  "Could not find a required file, press any key
  52. > to kill program" or words to that effect.
  53. > Could someone in the know please try this experiment and figure out a
  54. > fix.
  55. > Regards -
  56. > Mark
  57.  
  58.